home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 03r.dir / 00008_site scripts.ls < prev    next >
Encoding:
Text File  |  1999-07-22  |  686 b   |  64 lines

  1. on myPlay
  2.   if (the frame <= (marker("a") + 1)) or (the frame = (marker("aP") + 1)) then
  3.     go("aP")
  4.   else
  5.     go("bP")
  6.   end if
  7. end
  8.  
  9. on myUp
  10.   qTHalt()
  11.   scrollMechOne(1)
  12. end
  13.  
  14. on myDown
  15.   qTHalt()
  16.   scrollMechOne(2)
  17. end
  18.  
  19. on myLeft
  20.   qTHalt()
  21.   scrollMechTwo(1)
  22. end
  23.  
  24. on myRight
  25.   qTHalt()
  26.   scrollMechTwo(2)
  27. end
  28.  
  29. on myPag
  30.   qTHalt()
  31.   go("xit")
  32.   play frame "1" of movie "07p3"
  33.   go("a")
  34. end
  35.  
  36. on myDia
  37.   qTHalt()
  38.   go("localXit")
  39.   play movie "03d"
  40.   go("a")
  41. end
  42.  
  43. on myNot
  44.   qTHalt()
  45.   go("localXit")
  46.   play movie "03p"
  47.   go("a")
  48. end
  49.  
  50. on myPho
  51.   nothing()
  52.   qTHalt()
  53.   go("xit")
  54.   play movie "03d"
  55.   go("a")
  56. end
  57.  
  58. on myVid
  59.   qTHalt()
  60.   go("localXit")
  61.   play movie "03r1"
  62.   go("a")
  63. end
  64.